Searched refs:perf_hpp_fmt (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/util/ |
A D | hist.h | 169 struct perf_hpp_fmt; 177 struct perf_hpp_fmt *fmt, int printed); 264 struct perf_hpp_fmt { struct 274 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument 278 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument 280 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument 281 void (*free)(struct perf_hpp_fmt *fmt); argument 316 struct perf_hpp_fmt *format); 318 struct perf_hpp_fmt *format); 320 struct perf_hpp_fmt *format); [all …]
|
A D | block-info.c | 93 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 …]
|
A D | sort.c | 1904 struct perf_hpp_fmt *fmt; 1924 struct perf_hpp_fmt hpp; 2040 static bool __sort__hpp_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in MK_SORT_ENTRY_CHK() 2104 struct perf_hpp_fmt *fmt; in __hpp_dimension__alloc_hpp() 2119 struct perf_hpp_fmt *fmt; in hist_entry__filter() 2173 struct perf_hpp_fmt hpp; 2385 static bool __sort__hde_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in __sort__hde_equal() 2445 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt) in perf_hpp_fmt__dup() 2706 struct perf_hpp_fmt *fmt; in __hpp_dimension__add() 2736 struct perf_hpp_fmt *fmt; in __hpp_dimension__add_output() [all …]
|
A D | block-info.h | 26 struct perf_hpp_fmt fmt; 67 int64_t block_info__cmp(struct perf_hpp_fmt *fmt __maybe_unused,
|
A D | hist.c | 1256 struct perf_hpp_fmt *fmt; in hist_entry__cmp() 1276 struct perf_hpp_fmt *fmt; in hist_entry__collapse() 1335 struct perf_hpp_fmt *fmt, int printed) in hist_entry__snprintf_alignment() 1367 struct perf_hpp_fmt *fmt; in hist_entry__check_and_remove_filter() 1456 struct perf_hpp_fmt *fmt; in hierarchy_insert_entry() 1684 struct perf_hpp_fmt *fmt; in hist_entry__sort() 1759 struct perf_hpp_fmt *fmt; in hierarchy_insert_output_entry() 1846 struct perf_hpp_fmt *fmt; in __hists__insert_output_entry() 2390 struct perf_hpp_fmt *fmt; in add_dummy_hierarchy_entry() 2462 struct perf_hpp_fmt *fmt; in hists__find_hierarchy_entry() [all …]
|
A D | sort.h | 288 struct perf_hpp_fmt block_fmt;
|
/linux/tools/perf/ui/ |
A D | hist.c | 453 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal() 640 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() 647 struct perf_hpp_fmt *fmt; in perf_hpp__setup_output_field() 651 struct perf_hpp_fmt *pos; in perf_hpp__setup_output_field() 670 struct perf_hpp_fmt *fmt; in perf_hpp__append_sort_keys() 674 struct perf_hpp_fmt *pos; in perf_hpp__append_sort_keys() 712 struct perf_hpp_fmt *fmt; in hists__sort_list_width() 737 struct perf_hpp_fmt *fmt; in hists__overhead_width() 792 struct perf_hpp_fmt *fmt; in hists__reset_column_width() 807 struct perf_hpp_fmt *fmt; in perf_hpp__set_user_width() [all …]
|
/linux/tools/perf/ |
A D | builtin-c2c.c | 410 int64_t (*cmp)(struct perf_hpp_fmt *fmt, 419 struct perf_hpp_fmt fmt; 438 static int c2c_width(struct perf_hpp_fmt *fmt, in c2c_width() 554 offset_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in offset_cmp() 582 iaddr_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in iaddr_cmp() 1039 pid_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in pid_cmp() 1046 empty_cmp(struct perf_hpp_fmt *fmt __maybe_unused, in empty_cmp() 1652 static void fmt_free(struct perf_hpp_fmt *fmt) in fmt_free() 1660 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() 1699 static int64_t c2c_se_cmp(struct perf_hpp_fmt *fmt, in c2c_se_cmp() [all …]
|
A D | builtin-diff.c | 66 struct perf_hpp_fmt fmt; 876 hist_entry__cmp_delta(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta() 885 hist_entry__cmp_delta_abs(struct perf_hpp_fmt *fmt, in hist_entry__cmp_delta_abs() 894 hist_entry__cmp_ratio(struct perf_hpp_fmt *fmt, in hist_entry__cmp_ratio() 903 hist_entry__cmp_wdiff(struct perf_hpp_fmt *fmt, in hist_entry__cmp_wdiff() 1463 static int hpp__color_delta(struct perf_hpp_fmt *fmt, in hpp__color_delta() 1469 static int hpp__color_ratio(struct perf_hpp_fmt *fmt, in hpp__color_ratio() 1475 static int hpp__color_wdiff(struct perf_hpp_fmt *fmt, in hpp__color_wdiff() 1694 static int hpp__width(struct perf_hpp_fmt *fmt, in hpp__width() 1740 struct perf_hpp_fmt *fmt = &dfmt->fmt; in data__hpp_register() [all …]
|
/linux/tools/perf/ui/gtk/ |
A D | hists.c | 49 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 D | hist.c | 418 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 D | hists.c | 1245 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \ 1260 hist_browser__hpp_color_##_type(struct perf_hpp_fmt *fmt, \ 1316 struct perf_hpp_fmt *fmt; in hist_browser__show_entry() 1422 struct perf_hpp_fmt *fmt; in hist_browser__show_hierarchy_entry() 1585 struct perf_hpp_fmt *fmt; in hist_browser__show_no_entry() 1661 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_headers() 1698 struct perf_hpp_fmt *fmt; in hists_browser__scnprintf_hierarchy_headers() 2070 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_entry() 2113 struct perf_hpp_fmt *fmt; in hist_browser__fprintf_hierarchy_entry() 2221 struct perf_hpp_fmt *fmt; in hist_browser__init()
|
Completed in 63 milliseconds