Searched refs:PERC_STR (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-c2c.c847 #define PERC_STR(__s, __v) \ macro
864 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
940 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
971 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1002 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1033 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1064 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1095 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
1126 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
H A Dbuiltin-kvm.c229 #define PERC_STR(__s, __v) \ macro
265 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));
298 return scnprintf(hpp->buf, hpp->size, "%*s", width, PERC_STR(buf, per));

Completed in 125 milliseconds