Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dhist.h340 struct perf_hpp_fmt;
452 struct perf_hpp_fmt { struct
463 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
467 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
469 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
470 void (*free)(struct perf_hpp_fmt *fmt); argument
505 struct perf_hpp_fmt *format);
507 struct perf_hpp_fmt *format);
509 struct perf_hpp_fmt *format);
583 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt);
[all …]
A Dblock-info.c97 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused, in block_info__cmp()
178 static int block_column_header(struct perf_hpp_fmt *fmt, in block_column_header()
190 static int block_column_width(struct perf_hpp_fmt *fmt, in block_column_width()
210 static int block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_entry()
224 static int64_t block_total_cycles_pct_sort(struct perf_hpp_fmt *fmt, in block_total_cycles_pct_sort()
254 static int block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, in block_cycles_lbr_entry()
267 static int block_cycles_pct_entry(struct perf_hpp_fmt *fmt, in block_cycles_pct_entry()
283 static int block_avg_cycles_entry(struct perf_hpp_fmt *fmt, in block_avg_cycles_entry()
346 struct perf_hpp_fmt *fmt = &block_fmt->fmt; in init_block_header()
357 static int block_branch_counter_entry(struct perf_hpp_fmt *fmt, in block_branch_counter_entry()
[all …]
A Dblock-info.h27 struct perf_hpp_fmt fmt;
57 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
A Dsort.c2483 struct perf_hpp_fmt *fmt;
2510 struct perf_hpp_fmt hpp;
2633 static bool __sort__hpp_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in MK_SORT_ENTRY_CHK()
2711 struct perf_hpp_fmt *fmt; in __hpp_dimension__alloc_hpp()
2726 struct perf_hpp_fmt *fmt; in hist_entry__filter()
2791 struct perf_hpp_fmt hpp;
2999 static bool __sort__hde_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in __sort__hde_equal()
3072 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt) in perf_hpp_fmt__dup()
3356 struct perf_hpp_fmt *fmt; in __hpp_dimension__add()
3386 struct perf_hpp_fmt *fmt; in __hpp_dimension__add_output()
[all …]
A Dhist.c1296 struct perf_hpp_fmt *fmt; in hist_entry__cmp()
1316 struct perf_hpp_fmt *fmt; in hist_entry__collapse()
1375 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1407 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1496 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
1733 struct perf_hpp_fmt *fmt; in hist_entry__sort()
1808 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry()
1895 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry()
2449 struct perf_hpp_fmt *fmt; in add_dummy_hierarchy_entry()
2521 struct perf_hpp_fmt *fmt; in hists__find_hierarchy_entry()
[all …]
/linux/tools/perf/ui/
A Dhist.c500 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
693 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
700 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
704 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field()
723 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
727 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys()
765 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
790 struct perf_hpp_fmt *fmt; in hists__overhead_width()
851 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
866 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
[all …]
/linux/tools/perf/
A Dbuiltin-c2c.c415 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
424 struct perf_hpp_fmt fmt;
443 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
559 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in offset_cmp()
588 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in iaddr_cmp()
1145 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in pid_cmp()
1152 empty_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in empty_cmp()
1870 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
1878 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
1917 static int64_t c2c_se_cmp(struct perf_hpp_fmt *fmt, in c2c_se_cmp()
[all …]
A Dbuiltin-diff.c66 struct perf_hpp_fmt fmt;
864 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
873 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
882 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
891 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
1451 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta()
1457 static int hpp__color_ratio(struct perf_hpp_fmt *fmt, in hpp__color_ratio()
1463 static int hpp__color_wdiff(struct perf_hpp_fmt *fmt, in hpp__color_wdiff()
1682 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width()
1728 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register()
[all …]
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 …]
/linux/tools/perf/ui/gtk/
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()
/linux/tools/perf/ui/stdio/
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()
/linux/tools/perf/ui/browsers/
A Dhists.c1236 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1251 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \
1307 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
1413 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1576 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1652 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1689 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
2061 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2104 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
2212 struct perf_hpp_fmt *fmt; in hist_browser__init()

Completed in 55 milliseconds