Home
last modified time | relevance | path

Searched defs:hpp (Results 1 – 12 of 12) sorted by relevance

/linux/tools/perf/util/
H A Dblock-info.c179 struct perf_hpp *hpp, in block_column_header()
199 static int color_pct(struct perf_hpp *hpp, int width, double pct) in color_pct()
211 struct perf_hpp *hpp, in block_total_cycles_pct_entry()
255 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry()
268 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry()
284 struct perf_hpp *hpp, in block_avg_cycles_entry()
298 static int block_range_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_range_entry()
329 static int block_dso_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in block_dso_entry()
358 struct perf_hpp *hpp, in block_branch_counter_entry()
H A Ds390-cpumsf-kernel.h30 unsigned long long hpp; /* Host Program Parameter */ member
H A Dsort.c2704 struct perf_hpp_fmt hpp; member
2719 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
2753 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
2991 struct perf_hpp_fmt hpp; member
3063 static int __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_header()
3103 static int __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_entry()
H A Dhist.h531 struct perf_hpp_list hpp; member
671 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp()
H A Dhist.c1505 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, in hist_entry__snprintf_alignment()
/linux/tools/perf/
H A Dbuiltin-c2c.c462 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header()
509 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry()
523 dcacheline_node_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_entry()
537 dcacheline_node_count(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_node_count()
547 static int offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in offset_entry()
576 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in iaddr_entry()
597 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_hitm_entry()
705 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_recs_entry()
743 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_loads_entry()
777 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_color()
[all …]
H A Dbuiltin-diff.c1311 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline()
1340 struct perf_hpp *hpp, int width) in cycles_printf()
1384 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare()
1453 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta()
1459 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio()
1465 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff()
1471 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles()
1504 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_cycles_hist()
1655 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global()
1671 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header()
H A Dbuiltin-kvm.c117 static int ev_name_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_name_entry()
208 static int ev_entry_mean(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ev_entry_mean()
290 struct perf_hpp *hpp, in ev_entry_count_precent()
344 static int fmt_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in fmt_header()
/linux/tools/perf/ui/stdio/
H A Dhist.c418 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf()
456 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf()
462 struct perf_hpp *hpp, in hist_entry__hierarchy_fprintf()
550 struct perf_hpp hpp = { in hist_entry__block_fprintf() local
572 struct perf_hpp hpp = { in hist_entry__individual_block_fprintf() local
591 struct perf_hpp hpp = { in hist_entry__fprintf() local
637 struct perf_hpp *hpp, FILE *fp) in hists__fprintf_hierarchy_headers()
745 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line()
771 struct perf_hpp *hpp, in hists__fprintf_standard_headers()
/linux/tools/perf/ui/
H A Dhist.c21 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
28 static int __hpp__fmt_print(struct perf_hpp *hpp, struct hists *hists, u64 val, in __hpp__fmt_print()
58 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
122 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt()
142 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
155 int hpp__fmt_mem_stat(struct perf_hpp_fmt *fmt __maybe_unused, struct perf_hpp *hpp, in hpp__fmt_mem_stat()
398 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
411 static int hpp__header_mem_stat_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_mem_stat_fn()
473 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf()
489 static int hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_entry_scnprintf()
/linux/tools/perf/ui/gtk/
H A Dhists.c16 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf()
307 struct perf_hpp hpp = { in perf_gtk__show_hists() local
409 struct perf_hpp *hpp, in perf_gtk__add_hierarchy_entries()
511 struct perf_hpp hpp = { in perf_gtk__show_hierarchy() local
/linux/tools/perf/ui/browsers/
H A Dhists.c1209 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf()
1364 struct perf_hpp hpp = { in hist_browser__show_entry() local
1484 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() local
1534 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() local
1670 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check()
2098 struct perf_hpp hpp = { in hist_browser__fprintf_entry() local
2141 struct perf_hpp hpp = { in hist_browser__fprintf_hierarchy_entry() local