Lines Matching defs:__maybe_unused
15 static int process_event_unit(const struct perf_tool *tool __maybe_unused, in process_event_unit()
17 struct perf_sample *sample __maybe_unused, in process_event_unit()
18 struct machine *machine __maybe_unused) in process_event_unit()
28 static int process_event_scale(const struct perf_tool *tool __maybe_unused, in process_event_scale()
30 struct perf_sample *sample __maybe_unused, in process_event_scale()
31 struct machine *machine __maybe_unused) in process_event_scale()
48 struct perf_sample *sample __maybe_unused, in process_event_name()
49 struct machine *machine __maybe_unused) in process_event_name()
60 static int process_event_cpus(const struct perf_tool *tool __maybe_unused, in process_event_cpus()
62 struct perf_sample *sample __maybe_unused, in process_event_cpus()
63 struct machine *machine __maybe_unused) in process_event_cpus()
80 static int test__event_update(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__event_update()