Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.h177 struct perf_hpp_fmt;
185 struct perf_hpp_fmt *fmt, int printed);
273 struct perf_hpp_fmt { struct
284 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
288 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
290 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
291 void (*free)(struct perf_hpp_fmt *fmt); argument
326 struct perf_hpp_fmt *format);
328 struct perf_hpp_fmt *format);
330 struct perf_hpp_fmt *format);
[all …]
H A Dblock-info.c93 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused, in block_info__cmp()
163 static int block_column_header(struct perf_hpp_fmt *fmt, in block_column_header()
175 static int block_column_width(struct perf_hpp_fmt *fmt, in block_column_width()
195 static int block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_entry()
209 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_sort()
239 static int block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, in block_cycles_lbr_entry()
252 static int block_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_cycles_pct_entry()
268 static int block_avg_cycles_entry(struct perf_hpp_fmt *fmt, in block_avg_cycles_entry()
314 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry()
331 struct perf_hpp_fmt *fmt = &block_fmt->fmt; in init_block_header()
[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 Dsort.c2233 struct perf_hpp_fmt *fmt;
2253 struct perf_hpp_fmt hpp;
2376 static bool __sort__hpp_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in MK_SORT_ENTRY_CHK()
2454 struct perf_hpp_fmt *fmt; in __hpp_dimension__alloc_hpp()
2469 struct perf_hpp_fmt *fmt; in hist_entry__filter()
2534 struct perf_hpp_fmt hpp;
2742 static bool __sort__hde_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in __sort__hde_equal()
2815 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt) in perf_hpp_fmt__dup()
3099 struct perf_hpp_fmt *fmt; in __hpp_dimension__add()
3129 struct perf_hpp_fmt *fmt; in __hpp_dimension__add_output()
[all …]
H A Dhist.c1279 struct perf_hpp_fmt *fmt; in hist_entry__cmp()
1299 struct perf_hpp_fmt *fmt; in hist_entry__collapse()
1362 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1394 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1483 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
1720 struct perf_hpp_fmt *fmt; in hist_entry__sort()
1795 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry()
1882 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry()
2431 struct perf_hpp_fmt *fmt; in add_dummy_hierarchy_entry()
2503 struct perf_hpp_fmt *fmt; in hists__find_hierarchy_entry()
[all …]
H A Dsort.h298 struct perf_hpp_fmt block_fmt;
/openbmc/linux/tools/perf/ui/
H A Dhist.c456 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
643 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
650 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
654 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field()
673 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
677 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys()
715 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
740 struct perf_hpp_fmt *fmt; in hists__overhead_width()
795 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
810 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c432 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
441 struct perf_hpp_fmt fmt;
460 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
576 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in offset_cmp()
605 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in iaddr_cmp()
1162 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in pid_cmp()
1169 empty_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in empty_cmp()
1887 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
1895 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
1934 static int64_t c2c_se_cmp(struct perf_hpp_fmt *fmt, in c2c_se_cmp()
[all …]
H A Dbuiltin-diff.c66 struct perf_hpp_fmt fmt;
878 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
887 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
896 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
905 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
1465 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta()
1471 static int hpp__color_ratio(struct perf_hpp_fmt *fmt, in hpp__color_ratio()
1477 static int hpp__color_wdiff(struct perf_hpp_fmt *fmt, in hpp__color_wdiff()
1696 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width()
1742 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register()
[all …]
H A Dbuiltin-kvm.c94 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
99 struct perf_hpp_fmt fmt;
113 static int fmt_width(struct perf_hpp_fmt *fmt,
157 static int ev_entry_##metric(struct perf_hpp_fmt *fmt, \
256 static int ev_entry_time_precent(struct perf_hpp_fmt *fmt, in EV_METRIC_PERCENT()
269 ev_cmp_time_precent(struct perf_hpp_fmt *fmt __maybe_unused, in ev_cmp_time_precent()
289 static int ev_entry_count_precent(struct perf_hpp_fmt *fmt, in ev_entry_count_precent()
334 static int fmt_width(struct perf_hpp_fmt *fmt, in fmt_width()
358 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
366 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
[all …]
/openbmc/linux/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; in perf_gtk__show_hists()
415 struct perf_hpp_fmt *fmt; in perf_gtk__add_hierarchy_entries()
500 struct perf_hpp_fmt *fmt; in perf_gtk__show_hierarchy()
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c418 struct perf_hpp_fmt *fmt; in __hist_entry__snprintf()
463 struct perf_hpp_fmt *fmt; in hist_entry__hierarchy_fprintf()
640 struct perf_hpp_fmt *fmt; in hists__fprintf_hierarchy_headers()
731 struct perf_hpp_fmt *fmt; in fprintf_line()
758 struct perf_hpp_fmt *fmt; in hists__fprintf_standard_headers()
/openbmc/linux/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; in hist_browser__show_entry()
1412 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1575 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1651 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1688 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
2060 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2103 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
2211 struct perf_hpp_fmt *fmt; in hist_browser__init()