Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.h194 struct perf_hpp_fmt { struct
196 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
198 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
200 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
202 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
204 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
206 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
208 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
233 extern struct perf_hpp_fmt perf_hpp__format[]; argument