Searched refs:perf_hpp_fmt (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/perf/util/
H A Dhist.h180 struct perf_hpp_fmt;
188 struct perf_hpp_fmt *fmt, int printed);
276 struct perf_hpp_fmt { struct
278 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
280 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
282 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he);
283 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
285 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
287 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
289 int64_t (*collapse)(struct perf_hpp_fmt *fm
[all...]
H A Dblock-info.h26 struct perf_hpp_fmt fmt;
67 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
H A Dblock-info.c93 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
163 static int block_column_header(struct perf_hpp_fmt *fmt,
175 static int block_column_width(struct perf_hpp_fmt *fmt,
195 static int block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt,
209 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt,
239 static int block_cycles_lbr_entry(struct perf_hpp_fmt *fmt,
252 static int block_cycles_pct_entry(struct perf_hpp_fmt *fmt,
268 static int block_avg_cycles_entry(struct perf_hpp_fmt *fmt,
283 static int block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
314 static int block_dso_entry(struct perf_hpp_fmt *fm
[all...]
H A Dsort.c2429 struct perf_hpp_fmt *fmt;
2449 struct perf_hpp_fmt hpp;
2453 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists)
2464 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
2479 static int __sort__hpp_width(struct perf_hpp_fmt *fmt,
2494 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
2508 static int64_t __sort__hpp_cmp(struct perf_hpp_fmt *fmt,
2517 static int64_t __sort__hpp_collapse(struct perf_hpp_fmt *fmt,
2528 static int64_t __sort__hpp_sort(struct perf_hpp_fmt *fmt,
2539 bool perf_hpp__is_sort_entry(struct perf_hpp_fmt *forma
[all...]
H A Dhist.c1278 struct perf_hpp_fmt *fmt;
1298 struct perf_hpp_fmt *fmt;
1360 struct perf_hpp_fmt *fmt, int printed)
1381 typedef bool (*fmt_chk_fn)(struct perf_hpp_fmt *fmt);
1383 static bool check_thread_entry(struct perf_hpp_fmt *fmt)
1392 struct perf_hpp_fmt *fmt;
1481 struct perf_hpp_fmt *fmt;
1718 struct perf_hpp_fmt *fmt;
1793 struct perf_hpp_fmt *fmt;
1880 struct perf_hpp_fmt *fm
[all...]
H A Dsort.h305 struct perf_hpp_fmt block_fmt;
/linux-master/tools/perf/ui/
H A Dhist.c115 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
134 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
290 static int hpp__width_fn(struct perf_hpp_fmt *fmt,
306 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
349 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
357 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
365 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
377 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \
385 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \
393 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fm
[all...]
/linux-master/tools/perf/
H A Dbuiltin-c2c.c432 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
434 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
436 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
441 struct perf_hpp_fmt fmt;
460 static int c2c_width(struct perf_hpp_fmt *fmt,
477 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
518 dcacheline_cmp(struct perf_hpp_fmt *fmt __maybe_unused,
524 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
538 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
552 dcacheline_node_count(struct perf_hpp_fmt *fm
[all...]
H A Dbuiltin-diff.c66 struct perf_hpp_fmt fmt;
510 static struct data__file *fmt_to_data_file(struct perf_hpp_fmt *fmt)
578 static int64_t block_sort(struct perf_hpp_fmt *fmt __maybe_unused,
861 hist_entry__cmp_nop(struct perf_hpp_fmt *fmt __maybe_unused,
869 hist_entry__cmp_baseline(struct perf_hpp_fmt *fmt __maybe_unused,
878 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt,
887 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt,
896 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt,
905 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt,
914 hist_entry__cmp_delta_idx(struct perf_hpp_fmt *fm
[all...]
H A Dbuiltin-kvm.c92 int64_t (*cmp)(struct perf_hpp_fmt *fmt, struct hist_entry *left,
94 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
99 struct perf_hpp_fmt fmt;
105 static int64_t ev_name_cmp(struct perf_hpp_fmt *fmt __maybe_unused,
113 static int fmt_width(struct perf_hpp_fmt *fmt,
117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
134 static int64_t ev_cmp_##metric(struct perf_hpp_fmt *fmt __maybe_unused, \
157 static int ev_entry_##metric(struct perf_hpp_fmt *fmt, \
208 static int ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
256 static int ev_entry_time_precent(struct perf_hpp_fmt *fm
[all...]
/linux-master/tools/perf/ui/gtk/
H A Dhists.c49 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
63 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
296 struct perf_hpp_fmt *fmt;
415 struct perf_hpp_fmt *fmt;
500 struct perf_hpp_fmt *fmt;
/linux-master/tools/perf/ui/stdio/
H A Dhist.c418 struct perf_hpp_fmt *fmt;
463 struct perf_hpp_fmt *fmt;
640 struct perf_hpp_fmt *fmt;
731 struct perf_hpp_fmt *fmt;
758 struct perf_hpp_fmt *fmt;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c1235 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1250 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1306 struct perf_hpp_fmt *fmt;
1412 struct perf_hpp_fmt *fmt;
1575 struct perf_hpp_fmt *fmt;
1651 struct perf_hpp_fmt *fmt;
1688 struct perf_hpp_fmt *fmt;
2060 struct perf_hpp_fmt *fmt;
2103 struct perf_hpp_fmt *fmt;
2211 struct perf_hpp_fmt *fm
[all...]

Completed in 222 milliseconds