Lines Matching defs:perf_hpp_fmt
269 struct perf_hpp_fmt { struct
271 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
273 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
275 void (*init)(struct perf_hpp_fmt *fmt, struct hist_entry *he); argument
276 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
278 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, argument
280 int64_t (*cmp)(struct perf_hpp_fmt *fmt, argument
282 int64_t (*collapse)(struct perf_hpp_fmt *fmt, argument
284 int64_t (*sort)(struct perf_hpp_fmt *fmt, argument
286 bool (*equal)(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b); argument
287 void (*free)(struct perf_hpp_fmt *fmt); argument
289 struct list_head list;
290 struct list_head sort_list;
291 bool elide;
292 int len;
293 int user_len;
294 int idx;
295 int level;