Searched refs:MAX_CMDLEN (Results 1 - 1 of 1) sorted by relevance
/external/linux-tools-perf/util/ |
H A D | probe-event.c | 51 #define MAX_CMDLEN 256 macro 1109 buf = zalloc(MAX_CMDLEN); 1137 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s%s%s%s", pp->function, 1141 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s", file, line); 1166 ret = e_snprintf(&buf[len], MAX_CMDLEN - len, " %s", 1268 buf = zalloc(MAX_CMDLEN); 1272 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s %s+%lu", 1281 MAX_CMDLEN - len); 1437 char buf[MAX_CMDLEN]; 1445 p = fgets(buf, MAX_CMDLEN, f [all...] |
Completed in 116 milliseconds