Searched refs:fmt_equal (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/perf/ui/ |
| H A D | hist.c | 816 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function 923 if (fmt_equal(acc, fmt) || fmt_equal(acc_lat, fmt)) { in perf_hpp__cancel_cumulate() 928 if (fmt_equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 938 if (fmt_equal(acc, fmt) || fmt_equal(acc_lat, fmt)) { in perf_hpp__cancel_cumulate() 943 if (fmt_equal(ovh, fmt)) in perf_hpp__cancel_cumulate() 964 if (fmt_equal(lat, fmt) || fmt_equal(acc, fmt)) in perf_hpp__cancel_latency() 974 if (fmt_equal(lat, fmt) || fmt_equal(acc, fmt)) in perf_hpp__cancel_latency() 994 if (fmt_equal(fmt, pos)) in perf_hpp__setup_output_field() 1013 if (fmt_equal(fmt, pos)) in perf_hpp__append_sort_keys()
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 358 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function 411 fmt->equal = fmt_equal; in get_format()
|
| H A D | builtin-c2c.c | 1916 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() function 2001 fmt->equal = fmt_equal; in get_format()
|