• Home
  • Raw
  • Download

Lines Matching refs:fmt

157 				   struct perf_hpp_fmt *fmt, int printed);
236 int (*header)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
238 int (*width)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
240 int (*color)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
242 int (*entry)(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
244 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
246 int64_t (*collapse)(struct perf_hpp_fmt *fmt,
248 int64_t (*sort)(struct perf_hpp_fmt *fmt,
251 void (*free)(struct perf_hpp_fmt *fmt);
353 bool perf_hpp__defined_dynamic_entry(struct perf_hpp_fmt *fmt, struct hists *hists);
354 bool perf_hpp__is_trace_entry(struct perf_hpp_fmt *fmt);
355 bool perf_hpp__is_srcline_entry(struct perf_hpp_fmt *fmt);
356 bool perf_hpp__is_srcfile_entry(struct perf_hpp_fmt *fmt);
357 bool perf_hpp__is_thread_entry(struct perf_hpp_fmt *fmt);
358 bool perf_hpp__is_comm_entry(struct perf_hpp_fmt *fmt);
359 bool perf_hpp__is_dso_entry(struct perf_hpp_fmt *fmt);
360 bool perf_hpp__is_sym_entry(struct perf_hpp_fmt *fmt);
362 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt);
379 void perf_hpp__reset_width(struct perf_hpp_fmt *fmt, struct hists *hists);
380 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists);
386 typedef int (*hpp_snprint_fn)(struct perf_hpp *hpp, const char *fmt, ...);
388 int hpp__fmt(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
391 int hpp__fmt_acc(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp,
499 int hpp_color_scnprintf(struct perf_hpp *hpp, const char *fmt, ...);
500 int __hpp__slsmg_color_printf(struct perf_hpp *hpp, const char *fmt, ...);