Searched refs:__hpp__fmt (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ui/ |
D | hist.c | 13 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() function 119 return __hpp__fmt(hpp, he, he_get_##_field, " %6.2f%%", \ 128 return __hpp__fmt(hpp, he, he_get_##_field, fmt, \ 142 return __hpp__fmt(hpp, he, he_get_raw_##_field, fmt, scnprintf, false); \
|