Searched refs:perf_hpp (Results 1 – 6 of 6) 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() 84 struct perf_hpp *hpp) \ 98 struct perf_hpp *hpp __maybe_unused) \ 117 struct perf_hpp *hpp, struct hist_entry *he) \ 125 struct perf_hpp *hpp, struct hist_entry *he) \ 139 struct perf_hpp *hpp, struct hist_entry *he) \ 266 struct perf_hpp dummy_hpp = { in hists__sort_list_width()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | hist.h | 137 struct perf_hpp { 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); 147 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 149 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
|
/external/linux-tools-perf/src/tools/perf/ui/stdio/ |
D | hist.c | 311 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp() 317 static int hist_entry__period_snprintf(struct perf_hpp *hpp, in hist_entry__period_snprintf() 356 struct perf_hpp hpp = { in hist_entry__fprintf() 387 struct perf_hpp dummy_hpp = { in hists__fprintf()
|
/external/linux-tools-perf/src/tools/perf/ui/gtk/ |
D | hists.c | 29 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_fmt() 95 struct perf_hpp *hpp, \ 216 struct perf_hpp hpp = { in perf_gtk__show_hists()
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-diff.c | 742 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() 861 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() 878 struct perf_hpp *hpp) in hpp__header() 888 struct perf_hpp *hpp __maybe_unused) in hpp__width()
|
/external/linux-tools-perf/src/tools/perf/ui/browsers/ |
D | hists.c | 599 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_fmt() 690 struct perf_hpp *hpp, \ 749 struct perf_hpp hpp = { in hist_browser__show_entry()
|