Lines Matching defs:fmt
321 struct perf_hpp_fmt *fmt;
329 perf_hpp__for_each_format(fmt) {
340 if (perf_hpp__use_color() && fmt->color)
341 ret = fmt->color(fmt, hpp, he);
343 ret = fmt->entry(fmt, hpp, he);
378 struct perf_hpp_fmt *fmt;
403 perf_hpp__for_each_format(fmt) {
409 fmt->header(fmt, &dummy_hpp);
446 perf_hpp__for_each_format(fmt) {
454 width = fmt->width(fmt, &dummy_hpp);