Home
last modified time | relevance | path

Searched refs:perf_hpp_fmt (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dhist.h195 struct perf_hpp_fmt { 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, argument
201 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
203 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
205 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
207 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
209 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
234 extern struct perf_hpp_fmt perf_hpp__format[]; argument
251 void perf_hpp__column_register(struct perf_hpp_fmt *format);
[all …]
Dsort.c1351 struct perf_hpp_fmt *fmt;
1371 struct perf_hpp_fmt hpp;
1375 bool perf_hpp__same_sort_entry(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in perf_hpp__same_sort_entry()
1389 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
1400 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
1414 static int __sort__hpp_width(struct perf_hpp_fmt *fmt, in __sort__hpp_width()
1429 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
1443 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
1452 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
1463 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
[all …]
Dhist.c923 struct perf_hpp_fmt *fmt; in hist_entry__cmp()
941 struct perf_hpp_fmt *fmt; in hist_entry__collapse()
1087 struct perf_hpp_fmt *fmt; in hist_entry__sort()
/linux-4.4.14/tools/perf/ui/
Dhist.c107 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()
215 static int hpp__width_fn(struct perf_hpp_fmt *fmt, in hpp__width_fn()
230 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
272 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
280 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
288 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
300 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
308 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
316 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
[all …]
/linux-4.4.14/tools/perf/
Dbuiltin-diff.c38 struct perf_hpp_fmt fmt;
396 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt) in fmt_to_data_file()
595 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_nop()
603 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_baseline()
612 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
621 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
630 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
639 hist_entry__cmp_delta_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_idx()
647 hist_entry__cmp_ratio_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_ratio_idx()
655 hist_entry__cmp_wdiff_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_wdiff_idx()
[all …]
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c44 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
58 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
161 struct perf_hpp_fmt *fmt; in perf_gtk__show_hists()
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c299 struct perf_hpp_fmt *fmt; in hist_entry__callchain_fprintf()
317 struct perf_hpp_fmt *fmt; in hist_entry__snprintf()
376 struct perf_hpp_fmt *fmt; in hists__fprintf()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c698 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
713 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
767 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
875 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1145 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
1760 struct perf_hpp_fmt *fmt; in perf_evsel__hists_browse()