Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.h188 struct perf_hpp_fmt { 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, argument
194 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
196 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
198 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
200 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
202 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
227 extern struct perf_hpp_fmt perf_hpp__format[]; argument
244 void perf_hpp__column_register(struct perf_hpp_fmt *format);
[all …]
Dsort.c1215 struct perf_hpp_fmt *fmt;
1235 struct perf_hpp_fmt hpp;
1239 bool perf_hpp__same_sort_entry(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in perf_hpp__same_sort_entry()
1253 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width()
1264 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
1278 static int __sort__hpp_width(struct perf_hpp_fmt *fmt, in __sort__hpp_width()
1293 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
1307 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt, in __sort__hpp_cmp()
1316 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt, in __sort__hpp_collapse()
1327 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt, in __sort__hpp_sort()
[all …]
Dhist.c907 struct perf_hpp_fmt *fmt; in hist_entry__cmp()
925 struct perf_hpp_fmt *fmt; in hist_entry__collapse()
1056 struct perf_hpp_fmt *fmt; in hist_entry__sort()
/linux-4.1.27/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.1.27/tools/perf/
Dbuiltin-diff.c38 struct perf_hpp_fmt fmt;
393 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt) in fmt_to_data_file()
592 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_nop()
600 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_baseline()
609 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
618 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
627 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
636 hist_entry__cmp_delta_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_delta_idx()
644 hist_entry__cmp_ratio_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_ratio_idx()
652 hist_entry__cmp_wdiff_idx(struct perf_hpp_fmt *fmt __maybe_unused, in hist_entry__cmp_wdiff_idx()
[all …]
/linux-4.1.27/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.1.27/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.1.27/tools/perf/ui/browsers/
Dhists.c679 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
694 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
747 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
853 struct perf_hpp_fmt *fmt; in hists__scnprintf_headers()
1117 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
1433 struct perf_hpp_fmt *fmt; in perf_evsel__hists_browse()