Home
last modified time | relevance | path

Searched defs:hpp (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ds390-cpumsf-kernel.h30 unsigned long long hpp; /* Host Program Parameter */ member
H A Dblock-info.c184 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() argument
163 block_column_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists __maybe_unused, int line __maybe_unused, int *span __maybe_unused) block_column_header() argument
195 block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_total_cycles_pct_entry() argument
239 block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_lbr_entry() argument
252 block_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_pct_entry() argument
268 block_avg_cycles_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_avg_cycles_entry() argument
283 block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_range_entry() argument
314 block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_dso_entry() argument
[all...]
H A Dhist.h303 struct perf_hpp_list hpp; member
417 advance_hpp(struct perf_hpp *hpp, int inc) advance_hpp() argument
[all...]
H A Dhist.c1328 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, in hist_entry__snprintf_alignment() argument
H A Dsort.c1768 struct perf_hpp_fmt hpp; member
1783 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() argument
1813 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() argument
2017 struct perf_hpp_fmt hpp; global() member
2089 __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists __maybe_unused, int line __maybe_unused, int *span __maybe_unused) __sort__hde_header() argument
2129 __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) __sort__hde_entry() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ds390-cpumsf-kernel.h30 unsigned long long hpp; /* Host Program Parameter */ member
H A Dblock-info.c184 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct() argument
163 block_column_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists __maybe_unused, int line __maybe_unused, int *span __maybe_unused) block_column_header() argument
195 block_total_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_total_cycles_pct_entry() argument
239 block_cycles_lbr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_lbr_entry() argument
252 block_cycles_pct_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_cycles_pct_entry() argument
268 block_avg_cycles_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_avg_cycles_entry() argument
283 block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_range_entry() argument
314 block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) block_dso_entry() argument
[all...]
H A Dhist.h320 struct perf_hpp_list hpp; member
434 advance_hpp(struct perf_hpp *hpp, int inc) advance_hpp() argument
[all...]
H A Dhist.c1361 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, in hist_entry__snprintf_alignment() argument
H A Dsort.c2253 struct perf_hpp_fmt hpp; member
2268 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header() argument
2298 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry() argument
2534 struct perf_hpp_fmt hpp; global() member
2606 __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists __maybe_unused, int line __maybe_unused, int *span __maybe_unused) __sort__hde_header() argument
2646 __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) __sort__hde_entry() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dhists.c16 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf() argument
307 struct perf_hpp hpp = { in perf_gtk__show_hists() local
405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument
511 struct perf_hpp hpp = { perf_gtk__show_hierarchy() local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dhists.c16 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf() argument
307 struct perf_hpp hpp = { in perf_gtk__show_hists() local
405 perf_gtk__add_hierarchy_entries(struct hists *hists, struct rb_root_cached *root, GtkTreeStore *store, GtkTreeIter *parent, struct perf_hpp *hpp, float min_pcnt) perf_gtk__add_hierarchy_entries() argument
511 struct perf_hpp hpp = { perf_gtk__show_hierarchy() local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dcpu_mf.h116 unsigned long long hpp; /* Host Program Parameter */ member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcpu_mf.h118 unsigned long long hpp; /* Host Program Parameter */ member
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhist.c25 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() argument
114 hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt() argument
133 hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt_acc() argument
303 hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists, int line __maybe_unused, int *span __maybe_unused) hpp__header_fn() argument
311 hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) hpp_color_scnprintf() argument
327 hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) hpp_entry_scnprintf() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/stdio/
H A Dhist.c414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() argument
452 hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) hist_entry__snprintf() argument
457 hist_entry__hierarchy_fprintf(struct hist_entry *he, struct perf_hpp *hpp, struct hists *hists, FILE *fp) hist_entry__hierarchy_fprintf() argument
546 struct perf_hpp hpp = { hist_entry__block_fprintf() local
568 struct perf_hpp hpp = { hist_entry__individual_block_fprintf() local
587 struct perf_hpp hpp = { hist_entry__fprintf() local
632 hists__fprintf_hierarchy_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_hierarchy_headers() argument
728 fprintf_line(struct hists *hists, struct perf_hpp *hpp, int line, FILE *fp) fprintf_line() argument
753 hists__fprintf_standard_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_standard_headers() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/stdio/
H A Dhist.c414 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf() argument
452 hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) hist_entry__snprintf() argument
457 hist_entry__hierarchy_fprintf(struct hist_entry *he, struct perf_hpp *hpp, struct hists *hists, FILE *fp) hist_entry__hierarchy_fprintf() argument
546 struct perf_hpp hpp = { hist_entry__block_fprintf() local
568 struct perf_hpp hpp = { hist_entry__individual_block_fprintf() local
587 struct perf_hpp hpp = { hist_entry__fprintf() local
632 hists__fprintf_hierarchy_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_hierarchy_headers() argument
728 fprintf_line(struct hists *hists, struct perf_hpp *hpp, int line, FILE *fp) fprintf_line() argument
753 hists__fprintf_standard_headers(struct hists *hists, struct perf_hpp *hpp, FILE *fp) hists__fprintf_standard_headers() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhist.c26 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt() argument
115 hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt() argument
134 hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, hpp_field_fn get_field, const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) hpp__fmt_acc() argument
306 hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists, int line __maybe_unused, int *span __maybe_unused) hpp__header_fn() argument
314 hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) hpp_color_scnprintf() argument
330 hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) hpp_entry_scnprintf() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-diff.c1320 hpp__color_baseline(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_baseline() argument
1349 cycles_printf(struct hist_entry *he, struct hist_entry *pair, struct perf_hpp *hpp, int width) cycles_printf() argument
1393 __hpp__color_compare(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, int comparison_method) __hpp__color_compare() argument
1462 hpp__color_delta(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_delta() argument
1468 hpp__color_ratio(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_ratio() argument
1474 hpp__color_wdiff(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_wdiff() argument
1480 hpp__color_cycles(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles() argument
1513 hpp__color_cycles_hist(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles_hist() argument
1665 hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__entry_global() argument
1681 hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists __maybe_unused, int line __maybe_unused, int *span __maybe_unused) hpp__header() argument
[all...]
H A Dbuiltin-c2c.c449 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header() argument
496 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry() argument
510 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_entry() argument
524 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_count() argument
534 offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) offset_entry() argument
562 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) iaddr_entry() argument
583 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_hitm_entry() argument
679 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_recs_entry() argument
730 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_loads_entry() argument
764 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, get_percent_cb get_percent) percent_color() argument
821 percent_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_hitm_entry() argument
835 percent_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_hitm_color() argument
897 percent_rmt_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_entry() argument
908 percent_rmt_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_color() argument
928 percent_lcl_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_entry() argument
939 percent_lcl_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_color() argument
959 percent_stores_l1hit_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_entry() argument
970 percent_stores_l1hit_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_color() argument
990 percent_stores_l1miss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_entry() argument
1001 percent_stores_l1miss_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_color() argument
1024 pid_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) pid_entry() argument
1048 node_entry(struct perf_hpp_fmt *fmt __maybe_unused, struct perf_hpp *hpp, struct hist_entry *he) node_entry() argument
1146 mean_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, double mean) mean_entry() argument
1170 cpucnt_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cpucnt_entry() argument
1184 cl_idx_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_entry() argument
1198 cl_idx_empty_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_empty_entry() argument
1669 c2c_se_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) c2c_se_entry() argument
2149 struct perf_hpp hpp = { print_cacheline() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-diff.c1323 hpp__color_baseline(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_baseline() argument
1352 cycles_printf(struct hist_entry *he, struct hist_entry *pair, struct perf_hpp *hpp, int width) cycles_printf() argument
1396 __hpp__color_compare(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, int comparison_method) __hpp__color_compare() argument
1465 hpp__color_delta(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_delta() argument
1471 hpp__color_ratio(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_ratio() argument
1477 hpp__color_wdiff(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_wdiff() argument
1483 hpp__color_cycles(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles() argument
1516 hpp__color_cycles_hist(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__color_cycles_hist() argument
1668 hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, struct hist_entry *he) hpp__entry_global() argument
1684 hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists __maybe_unused, int line __maybe_unused, int *span __maybe_unused) hpp__header() argument
[all...]
H A Dbuiltin-kvm.c117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_name_entry() argument
208 ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) ev_entry_mean() argument
256 ev_entry_time_precent(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) ev_entry_time_precent() argument
289 ev_entry_count_precent(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) ev_entry_count_precent() argument
344 fmt_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hists *hists, int line __maybe_unused, int *span __maybe_unused) fmt_header() argument
[all...]
H A Dbuiltin-c2c.c477 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header() argument
524 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry() argument
538 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_entry() argument
552 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) dcacheline_node_count() argument
562 offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) offset_entry() argument
591 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) iaddr_entry() argument
612 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_hitm_entry() argument
720 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_recs_entry() argument
758 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) tot_loads_entry() argument
792 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, get_percent_cb get_percent) percent_color() argument
854 percent_costly_snoop_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_costly_snoop_entry() argument
868 percent_costly_snoop_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_costly_snoop_color() argument
933 percent_rmt_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_entry() argument
944 percent_rmt_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_hitm_color() argument
964 percent_lcl_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_entry() argument
975 percent_lcl_hitm_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_hitm_color() argument
995 percent_lcl_peer_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_peer_entry() argument
1006 percent_lcl_peer_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_lcl_peer_color() argument
1026 percent_rmt_peer_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_peer_entry() argument
1037 percent_rmt_peer_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_rmt_peer_color() argument
1057 percent_stores_l1hit_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_entry() argument
1068 percent_stores_l1hit_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1hit_color() argument
1088 percent_stores_l1miss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_entry() argument
1099 percent_stores_l1miss_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_l1miss_color() argument
1119 percent_stores_na_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_na_entry() argument
1130 percent_stores_na_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) percent_stores_na_color() argument
1153 pid_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) pid_entry() argument
1176 display_metrics(struct perf_hpp *hpp, u32 val, u32 sum) display_metrics() argument
1190 node_entry(struct perf_hpp_fmt *fmt __maybe_unused, struct perf_hpp *hpp, struct hist_entry *he) node_entry() argument
1286 mean_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he, double mean) mean_entry() argument
1312 cpucnt_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cpucnt_entry() argument
1326 cl_idx_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_entry() argument
1340 cl_idx_empty_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) cl_idx_empty_entry() argument
1917 c2c_se_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, struct hist_entry *he) c2c_se_entry() argument
2450 struct perf_hpp hpp = { print_cacheline() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c1207 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() argument
1329 struct perf_hpp hpp = { hist_browser__show_entry() local
1449 struct perf_hpp hpp = { hist_browser__show_hierarchy_entry() local
1499 struct perf_hpp hpp = { hist_browser__show_hierarchy_entry() local
1635 advance_hpp_check(struct perf_hpp *hpp, int inc) advance_hpp_check() argument
2055 struct perf_hpp hpp = { hist_browser__fprintf_entry() local
2098 struct perf_hpp hpp = { hist_browser__fprintf_hierarchy_entry() local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c1208 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf() argument
1330 struct perf_hpp hpp = { hist_browser__show_entry() local
1450 struct perf_hpp hpp = { hist_browser__show_hierarchy_entry() local
1500 struct perf_hpp hpp = { hist_browser__show_hierarchy_entry() local
1636 advance_hpp_check(struct perf_hpp *hpp, int inc) advance_hpp_check() argument
2056 struct perf_hpp hpp = { hist_browser__fprintf_entry() local
2099 struct perf_hpp hpp = { hist_browser__fprintf_hierarchy_entry() local
[all...]

Completed in 51 milliseconds