Searched refs:perf_hpp (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | hist.h | 181 struct perf_hpp { struct 190 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 192 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 194 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 196 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 268 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front); 269 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...); 271 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 274 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 278 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp()
|
D | sort.c | 1264 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() 1279 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width() 1293 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
|
/linux-4.1.27/tools/perf/ui/ |
D | hist.c | 18 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() 107 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt() 126 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc() 216 struct perf_hpp *hpp __maybe_unused, in hpp__width_fn() 230 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn() 237 static int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf() 253 static int hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_entry_scnprintf() 273 struct perf_hpp *hpp, struct hist_entry *he) \ 281 struct perf_hpp *hpp, struct hist_entry *he) \ 301 struct perf_hpp *hpp, struct hist_entry *he) \ [all …]
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 11 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf() 45 struct perf_hpp *hpp, \ 59 struct perf_hpp *hpp, \ 172 struct perf_hpp hpp = { in perf_gtk__show_hists()
|
/linux-4.1.27/tools/perf/ |
D | builtin-diff.c | 826 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() 855 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() 913 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() 919 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() 925 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() 1024 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() 1040 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() 1051 struct perf_hpp *hpp __maybe_unused, in hpp__width()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 314 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf() 355 struct perf_hpp hpp = { in hist_entry__fprintf() 383 struct perf_hpp dummy_hpp = { in hists__fprintf()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 651 static int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() 680 struct perf_hpp *hpp, \ 695 struct perf_hpp *hpp, \ 765 struct perf_hpp hpp = { in hist_browser__show_entry() 841 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check() 849 struct perf_hpp dummy_hpp = { in hists__scnprintf_headers() 1113 struct perf_hpp hpp = { in hist_browser__fprintf_entry()
|