Home
last modified time | relevance | path

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

/tools/perf/util/
A Dhist.h371 struct perf_hpp_fmt;
377 struct perf_hpp_fmt *fmt, int printed);
487 struct perf_hpp_fmt { struct
501 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
502 void (*free)(struct perf_hpp_fmt *fmt); argument
537 struct perf_hpp_fmt *format);
539 struct perf_hpp_fmt *format);
541 struct perf_hpp_fmt *format);
576 extern struct perf_hpp_fmt perf_hpp__format[];
626 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.c2665 struct perf_hpp_fmt *fmt;
2704 struct perf_hpp_fmt hpp;
2832 static bool __sort__hpp_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in MK_SORT_ENTRY_CHK()
2910 struct perf_hpp_fmt *fmt; in __hpp_dimension__alloc_hpp()
2925 struct perf_hpp_fmt *fmt; in hist_entry__filter()
2991 struct perf_hpp_fmt hpp;
3199 static bool __sort__hde_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in __sort__hde_equal()
3272 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt) in perf_hpp_fmt__dup()
3563 struct perf_hpp_fmt *fmt; in __hpp_dimension__add()
3596 struct perf_hpp_fmt *fmt; in __hpp_dimension__add_output()
[all …]
A Dhist.c1392 struct perf_hpp_fmt *fmt; in hist_entry__cmp_impl()
1426 offsetof(struct perf_hpp_fmt, cmp), true, false); in hist_entry__cmp()
1433 offsetof(struct perf_hpp_fmt, sort), false, true); in hist_entry__sort()
1440 offsetof(struct perf_hpp_fmt, collapse), true, false); in hist_entry__collapse()
1506 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment()
1527 typedef bool (*fmt_chk_fn)(struct perf_hpp_fmt *fmt);
1538 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter()
1634 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry()
1938 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry()
2025 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry()
[all …]
/tools/perf/ui/
A Dhist.c677 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal()
685 static bool hpp__equal_mem_stat(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal_mem_stat()
815 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
982 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field()
1005 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys()
1041 struct perf_hpp_fmt *fmt; in hists__sort_list_width()
1066 struct perf_hpp_fmt *fmt; in hists__overhead_width()
1136 struct perf_hpp_fmt *fmt; in hists__reset_column_width()
1151 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width()
1211 struct perf_hpp_fmt *fmt; in perf_hpp__setup_hists_formats()
[all …]
/tools/perf/
A Dbuiltin-c2c.c417 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
426 struct perf_hpp_fmt fmt;
445 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width()
561 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in offset_cmp()
590 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in iaddr_cmp()
1147 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in pid_cmp()
1154 empty_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in empty_cmp()
1872 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free()
1880 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
1919 static int64_t c2c_se_cmp(struct perf_hpp_fmt *fmt, in c2c_se_cmp()
[all …]
A Dbuiltin-diff.c67 struct perf_hpp_fmt fmt;
865 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta()
874 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs()
883 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio()
892 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff()
1452 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta()
1458 static int hpp__color_ratio(struct perf_hpp_fmt *fmt, in hpp__color_ratio()
1464 static int hpp__color_wdiff(struct perf_hpp_fmt *fmt, in hpp__color_wdiff()
1683 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width()
1729 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 …]
/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()
/tools/perf/ui/stdio/
A Dhist.c422 struct perf_hpp_fmt *fmt; in __hist_entry__snprintf()
467 struct perf_hpp_fmt *fmt; in hist_entry__hierarchy_fprintf()
644 struct perf_hpp_fmt *fmt; in hists__fprintf_hierarchy_headers()
748 struct perf_hpp_fmt *fmt; in fprintf_line()
775 struct perf_hpp_fmt *fmt; in hists__fprintf_standard_headers()
/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, \
1271 hist_browser__hpp_color_mem_stat_##_name(struct perf_hpp_fmt *fmt, \
1340 struct perf_hpp_fmt *fmt; in hist_browser__show_entry()
1446 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry()
1609 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry()
1685 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers()
1723 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers()
2102 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry()
2145 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry()
[all …]

Completed in 869 milliseconds