Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.h195 struct perf_hpp_fmt { struct
197 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
199 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
201 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
203 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
205 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
207 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
209 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
234 extern struct perf_hpp_fmt perf_hpp__format[]; argument