Searched refs:perf_hpp_fmt (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | hist.h | 144 struct perf_hpp_fmt { struct 145 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp); argument 146 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp); argument 147 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 149 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 160 extern struct perf_hpp_fmt perf_hpp__format[]; argument 176 void perf_hpp__column_register(struct perf_hpp_fmt *format);
|
/external/linux-tools-perf/src/tools/perf/ui/ |
D | hist.c | 83 static int hpp__header_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 97 static int hpp__width_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 116 static int hpp__color_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 124 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused, \ 138 static int hpp__entry_##_type(struct perf_hpp_fmt *_fmt __maybe_unused, \ 181 struct perf_hpp_fmt perf_hpp__format[] = { 228 void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register() 263 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-diff.c | 37 struct perf_hpp_fmt fmt; 741 static int hpp__color_baseline(struct perf_hpp_fmt *fmt, in hpp__color_baseline() 861 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() 877 static int hpp__header(struct perf_hpp_fmt *fmt, in hpp__header() 887 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width() 932 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register()
|
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
D | hists.c | 94 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 204 struct perf_hpp_fmt *fmt; in perf_gtk__show_hists()
|
/external/linux-tools-perf/src/tools/perf/ui/stdio/ |
D | hist.c | 321 struct perf_hpp_fmt *fmt; in hist_entry__period_snprintf() 378 struct perf_hpp_fmt *fmt; in hists__fprintf()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 689 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt __maybe_unused,\ 731 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
|