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 | 360 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal() 413 fmt->equal = fmt_equal; in get_format() 359 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) fmt_equal() function
|
| H A D | builtin-c2c.c | 1939 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in c2c_se_entry() 2024 fmt->equal = fmt_equal; in c2c_hists__init_sort() 1916 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) fmt_equal() function
|