Home
last modified time | relevance | path

Searched refs:perf_hpp (Results 1 – 5 of 5) sorted by relevance

/tools/perf/ui/
Dhist.c12 static int __hpp__fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__fmt()
82 static int hpp__header_##_type(struct perf_hpp *hpp) \
95 static int hpp__width_##_type(struct perf_hpp *hpp __maybe_unused) \
113 static int hpp__color_##_type(struct perf_hpp *hpp, struct hist_entry *he) \
120 static int hpp__entry_##_type(struct perf_hpp *hpp, struct hist_entry *he) \
133 static int hpp__entry_##_type(struct perf_hpp *hpp, struct hist_entry *he) \
161 static int hpp__header_baseline(struct perf_hpp *hpp) in hpp__header_baseline()
166 static int hpp__width_baseline(struct perf_hpp *hpp __maybe_unused) in hpp__width_baseline()
187 static int hpp__color_baseline(struct perf_hpp *hpp, struct hist_entry *he) in hpp__color_baseline()
197 static int hpp__entry_baseline(struct perf_hpp *hpp, struct hist_entry *he) in hpp__entry_baseline()
[all …]
/tools/perf/util/
Dhist.h140 struct perf_hpp { struct
148 int (*header)(struct perf_hpp *hpp); argument
149 int (*width)(struct perf_hpp *hpp);
150 int (*color)(struct perf_hpp *hpp, struct hist_entry *he);
151 int (*entry)(struct perf_hpp *hpp, struct hist_entry *he);
184 int hist_entry__period_snprintf(struct perf_hpp *hpp, struct hist_entry *he,
/tools/perf/ui/gtk/
Dhists.c29 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_fmt()
94 static int perf_gtk__hpp_color_##_type(struct perf_hpp *hpp, \
140 struct perf_hpp hpp = { in perf_gtk__show_hists()
/tools/perf/ui/stdio/
Dhist.c316 struct perf_hpp hpp = { in hist_entry__fprintf()
348 struct perf_hpp dummy_hpp = { in hists__fprintf()
/tools/perf/ui/browsers/
Dhists.c584 static int __hpp__color_fmt(struct perf_hpp *hpp, struct hist_entry *he, in __hpp__color_fmt()
673 static int hist_browser__hpp_color_##_type(struct perf_hpp *hpp, \
734 struct perf_hpp hpp = { in hist_browser__show_entry()