Searched refs:perf_hpp (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/tools/perf/util/ |
| D | hist.h | 188 struct perf_hpp { struct 197 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument 199 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 201 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 203 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 275 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front); 276 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...); 278 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 281 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, 285 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp()
|
| D | sort.c | 1400 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() 1415 struct perf_hpp *hpp __maybe_unused, in __sort__hpp_width() 1429 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
|
| /linux-4.4.14/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.4.14/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.4.14/tools/perf/ |
| D | builtin-diff.c | 832 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline() 861 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare() 919 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta() 925 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio() 931 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff() 1030 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global() 1046 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header() 1057 struct perf_hpp *hpp __maybe_unused, in hpp__width()
|
| /linux-4.4.14/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.4.14/tools/perf/ui/browsers/ |
| D | hists.c | 670 static int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() 699 struct perf_hpp *hpp, \ 714 struct perf_hpp *hpp, \ 785 struct perf_hpp hpp = { in hist_browser__show_entry() 862 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check() 871 struct perf_hpp dummy_hpp = { in hists_browser__scnprintf_headers() 1141 struct perf_hpp hpp = { in hist_browser__fprintf_entry()
|