he_get_acc_ 58 tools/perf/ui/gtk/hists.c static u64 he_get_acc_##_field(struct hist_entry *he) \ he_get_acc_ 67 tools/perf/ui/gtk/hists.c return hpp__fmt_acc(fmt, hpp, he, he_get_acc_##_field, " %*.2f%%", \ he_get_acc_ 306 tools/perf/ui/hist.c static u64 he_get_acc_##_field(struct hist_entry *he) \ he_get_acc_ 314 tools/perf/ui/hist.c return hpp__fmt_acc(fmt, hpp, he, he_get_acc_##_field, " %*.2f%%", \ he_get_acc_ 322 tools/perf/ui/hist.c return hpp__fmt_acc(fmt, hpp, he, he_get_acc_##_field, " %*.2f%%", \ he_get_acc_ 330 tools/perf/ui/hist.c return __hpp__sort_acc(a, b, he_get_acc_##_field); \