Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-c2c.c403 static int c2c_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in c2c_header()
450 static int dcacheline_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in dcacheline_entry()
463 static int offset_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in offset_entry()
491 iaddr_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in iaddr_entry()
512 tot_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_hitm_entry()
597 ld_llcmiss_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in ld_llcmiss_entry()
647 tot_recs_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_recs_entry()
698 tot_loads_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in tot_loads_entry()
732 percent_color(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_color()
789 percent_hitm_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in percent_hitm_entry()
[all …]
Dbuiltin-diff.c863 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline()
892 struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_compare()
950 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_delta()
956 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_ratio()
962 struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_wdiff()
1062 static int hpp__entry_global(struct perf_hpp_fmt *_fmt, struct perf_hpp *hpp, in hpp__entry_global()
1078 static int hpp__header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header()
/tools/perf/ui/stdio/
Dhist.c474 int __hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp, in __hist_entry__snprintf()
512 static int hist_entry__snprintf(struct hist_entry *he, struct perf_hpp *hpp) in hist_entry__snprintf()
518 struct perf_hpp *hpp, in hist_entry__hierarchy_fprintf()
605 struct perf_hpp hpp = { in hist_entry__fprintf() local
647 struct perf_hpp *hpp, FILE *fp) in hists__fprintf_hierarchy_headers()
742 static void fprintf_line(struct hists *hists, struct perf_hpp *hpp, in fprintf_line()
768 struct perf_hpp *hpp, in hists__fprintf_standard_headers()
/tools/perf/ui/
Dhist.c14 #define hpp__call_print_fn(hpp, fn, fmt, ...) \ argument
21 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
110 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt()
129 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__fmt_acc()
236 static int hpp__header_fn(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in hpp__header_fn()
244 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_color_scnprintf()
260 static int hpp_entry_scnprintf(struct perf_hpp *hpp, const char *fmt, ...) in hpp_entry_scnprintf()
/tools/perf/ui/gtk/
Dhists.c14 static int __percent_color_snprintf(struct perf_hpp *hpp, const char *fmt, ...) in __percent_color_snprintf()
305 struct perf_hpp hpp = { in perf_gtk__show_hists() local
406 struct perf_hpp *hpp, in perf_gtk__add_hierarchy_entries()
508 struct perf_hpp hpp = { in perf_gtk__show_hierarchy() local
/tools/perf/ui/browsers/
Dhists.c1280 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...) in __hpp__slsmg_color_printf()
1405 struct perf_hpp hpp = { in hist_browser__show_entry() local
1530 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() local
1580 struct perf_hpp hpp = { in hist_browser__show_hierarchy_entry() local
1716 static int advance_hpp_check(struct perf_hpp *hpp, int inc) in advance_hpp_check()
2138 struct perf_hpp hpp = { in hist_browser__fprintf_entry() local
2181 struct perf_hpp hpp = { in hist_browser__fprintf_hierarchy_entry() local
/tools/perf/util/
Dsort.c1619 struct perf_hpp_fmt hpp; member
1634 static int __sort__hpp_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_header()
1664 static int __sort__hpp_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hpp_entry()
1868 struct perf_hpp_fmt hpp; member
1940 static int __sort__hde_header(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_header()
1980 static int __sort__hde_entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, in __sort__hde_entry()
Dhist.h280 struct perf_hpp_list hpp; member
395 static inline void advance_hpp(struct perf_hpp *hpp, int inc) in advance_hpp()
Dhist.c1167 int hist_entry__snprintf_alignment(struct hist_entry *he, struct perf_hpp *hpp, in hist_entry__snprintf_alignment()